[INFO] cloning repository https://github.com/geonhyeoklee/figma-image-tool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geonhyeoklee/figma-image-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeonhyeoklee%2Ffigma-image-tool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeonhyeoklee%2Ffigma-image-tool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ade4c9abc994d2101ac4f597bdba844b0e0793b
[INFO] checking geonhyeoklee/figma-image-tool against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeonhyeoklee%2Ffigma-image-tool" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/geonhyeoklee/figma-image-tool
[INFO] finished tweaking git repo https://github.com/geonhyeoklee/figma-image-tool
[INFO] tweaked toml for git repo https://github.com/geonhyeoklee/figma-image-tool written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/geonhyeoklee/figma-image-tool on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/geonhyeoklee/figma-image-tool already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.default-run
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99
[INFO] running `Command { std: "docker" "start" "d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.default-run
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking miniz_oxide v0.8.4
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking winnow v0.7.2
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking trim-in-place v0.1.7
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking clap_builder v4.5.30
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking rust-ini v0.21.1
[INFO] [stderr]    Compiling string_cache v0.8.8
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking image-webp v0.2.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking yaml-rust2 v0.9.0
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling nasm-rs v0.2.5
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling cli-table-derive v0.4.6
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8ac0915e346f9a2e49ca3951b642c55bd7d1eaab/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=4fe89c6b878d395f -C extra-filename=-0ffa3f2faa1fe77b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-c354d20293e1b538.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-1abc97c8f91329a2.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-61fceb1fbfc3328b.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-12812dc60e924c50.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-5aa73fb8c5faafae.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-36069116c8815be2.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-4c3eb399ae5c4147.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-b5497edff5c90b28.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-04f6a978551130e5.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-dbabf69e96486ed2.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-07b80178234e79d7.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-c5848b7195da00a6.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-f3d241b555dcc7ec.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-a30c0625979b09c8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8ac0915e346f9a2e49ca3951b642c55bd7d1eaab/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=9e919cdd42d0f90f -C extra-filename=-4b5af5976980dd37 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-371cdb7d366b303a.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c376eabfc66c0653.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-9bcde3556d193e0f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99", kill_on_drop: false }`
[INFO] [stdout] d1be311ea8e3323c8986abdacc666293f6de56ba52c2511b85968a201c3d7e99
